home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Paramdlg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: Paramdlg.pas
- //----------------------------------------------------------------------------
- #ifndef ParamdlgHPP
- #define ParamdlgHPP
- //----------------------------------------------------------------------------
- #include <ExtCtrls.hpp>
- #include <DBTables.hpp>
- #include <DB.hpp>
- #include <Buttons.hpp>
- #include <StdCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Paramdlg
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TParamDlg;
- class __declspec(pascalimplementation) TParamDlg : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Extctrls::TBevel* Bevel1;
- Stdctrls::TEdit* ParamName;
- Stdctrls::TLabel* Label5;
- Stdctrls::TComboBox* ParamTypes;
- Stdctrls::TLabel* Label6;
- Stdctrls::TButton* OkBtn;
- Stdctrls::TButton* CancelBtn;
- Stdctrls::TButton* Help;
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall HelpClick(System::TObject* Sender);
- public:
- /* TForm.Create */ __fastcall virtual TParamDlg(Classes::TComponent* AOwner) : Forms::TForm(AOwner)
- { }
- /* TForm.CreateNew */ __fastcall TParamDlg(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner
- , Dummy) { }
- /* TForm.Destroy */ __fastcall virtual ~TParamDlg(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TParamDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Paramdlg */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Paramdlg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Paramdlg
-